Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove param mutation + more #164

Merged
merged 34 commits into from
Jul 7, 2024
Merged

Conversation

lorenzocorallo
Copy link
Collaborator

@lorenzocorallo lorenzocorallo commented Jul 5, 2024

Closes #105

  • PoliNetwork.Graduatorie.Common

    • Data
      • Constants.cs
      • Culture.cs
    • Enums
      • PageEnum.cs
      • SchoolEnum.cs
    • Extensions
      • HashSet.cs
      • HtmlNode.cs
    • Objects
      • ArgsConfig.cs
      • EnrollType.cs
      • WrapperList.cs
      • RankingNS
        • RankingUrl.cs
    • Utils
      • EnrollUtil.cs
      • HashNS
        • HashMatricola.cs
      • ParallelNS
        • ParallelRun.cs
      • Path
        • PathUtils.cs
  • PoliNetwork.Graduatorie.Parser

    • Main
      • Program.cs
    • Objects
      • HtmlPage.cs
      • StudentResult.cs
      • Table.cs
      • Json
        • DateFound.cs
        • SingleCourseJson.cs
        • Indexes
          • IndexJsonBase.cs
          • Specific
            • BySchoolYearCourseJson.cs
            • BySchoolYearJson.cs
            • ByYearSchoolJson.cs
        • Stats
          • StatsJson.cs
          • StatsSchool.cs
          • StatsSingleJson.cs
          • StatsYear.cs
      • RankingNS
        • Ranking.cs
        • RankingOrder.cs
        • RankingsSet.cs
        • RankingSummary.cs
      • Tables
        • Course
          • CourseTable.cs
          • CourseTableRow.cs
          • CourseTableStats.cs
        • Merit
          • MeritTable.cs
          • MeritTableRow.cs
    • Utils
      • DateFoundUtil.cs
      • Hashing.cs
      • Output
        • HashMatricoleWrite.cs
        • OutputWriteUtil.cs
        • RankingSummaryStudent.cs
        • StudentHashSummary.cs
      • Transformer
        • ParserNS
          • Converter.cs
          • Parser.cs
  • PoliNetwork.Graduatorie.Scraper

    • Main
      • Program.cs
    • Utils
      • Web
        • AnchorElement.cs
        • CheckUrlUtil.cs
        • LinksFind.cs
        • Scraper.cs
        • ScraperOutput.cs
        • UrlUtils.cs

@lorenzocorallo lorenzocorallo changed the title refactor: remove param mutation refactor: remove param mutation and others Jul 5, 2024
@lorenzocorallo lorenzocorallo changed the title refactor: remove param mutation and others refactor: remove param mutation + more Jul 5, 2024
@angeousta angeousta mentioned this pull request Jul 7, 2024
@lorenzocorallo lorenzocorallo marked this pull request as ready for review July 7, 2024 20:44
@angeousta
Copy link
Contributor

si attende l'esito della pr #169

* Update IndexJsonBase.cs, OutputWriteUtil.cs, and Converter.cs

* Update Lib_CSharp

* Update Ranking.cs

* Update BySchoolYearJson.cs

* Update StatsSchool.cs and StatsYear.cs

* Update Ranking.cs

* Update RankingsSet.cs

* Update RankingsSet.cs, CourseTable.cs, and HashMatricoleWrite.cs

* Update BySchoolYearCourseJson.cs, StatsSchool.cs, Ranking.cs, and 2 more files

* Update EnrollType.cs, IndexJsonBase.cs, BySchoolYearJson.cs, and 4 more files

* Update BySchoolYearCourseJson.cs, SingleCourseJson.cs, StatsYear.cs, and 5 more files

* fix: check saved ranking before saving (#170)

---------

Co-authored-by: userbot_github <[email protected]>
Co-authored-by: Lorenzo Corallo <[email protected]>
@angeousta angeousta merged commit 1d968a3 into main Jul 7, 2024
2 checks passed
@lorenzocorallo lorenzocorallo deleted the 105-refactor-param-mutation branch July 7, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: funzioni con output invece che param mutation
2 participants